home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / mui / mui14-dv.lha / MUI / Developer / Autodocs / MUI_Gauge.doc < prev    next >
Encoding:
Text File  |  1993-10-28  |  1.1 KB  |  60 lines

  1. TABLE OF CONTENTS
  2.  
  3. Gauge.mui/Gauge.mui
  4. Gauge.mui/MUIA_Gauge_Current
  5. Gauge.mui/MUIA_Gauge_Divide
  6. Gauge.mui/MUIA_Gauge_Horiz
  7. Gauge.mui/MUIA_Gauge_Max
  8. Gauge.mui/Gauge.mui
  9.  
  10.     A gauge object is a nice looking display element useful
  11.     for some kind of progress display.
  12. Gauge.mui/MUIA_Gauge_Current
  13.  
  14.     NAME
  15.     MUIA_Gauge_Current -- [ISG], LONG
  16.  
  17.     FUNCTION
  18.     Set the current level of the gauge. The value must be
  19.     between 0 and MUIA_Gauge_Max.
  20.  
  21.     SEE ALSO
  22.     MUIA_Gauge_Max
  23. Gauge.mui/MUIA_Gauge_Divide
  24.  
  25.     NAME
  26.     MUIA_Gauge_Divide -- [ISG], BOOL
  27.  
  28.     FUNCTION
  29.     If this attribute is != 0, every value set with
  30.     MUIA_Gauge_Current will be divided by this before
  31.     further processing.
  32.  
  33.     EXAMPLE
  34.     See BoopsiDoor demo program.
  35.  
  36.     SEE ALSO
  37.     MUIA_Gauge_Current
  38. Gauge.mui/MUIA_Gauge_Horiz
  39.  
  40.     NAME
  41.     MUIA_Gauge_Horiz -- [I..], BOOL
  42.  
  43.     FUNCTION
  44.     Determine if you want a horizontal or vertical gauge.
  45.     Default to FALSE
  46.  
  47.     SEE ALSO
  48.     MUIA_Gauge_Current
  49. Gauge.mui/MUIA_Gauge_Max
  50.  
  51.     NAME
  52.     MUIA_Gauge_Max -- [ISG], LONG
  53.  
  54.     FUNCTION
  55.     Set the maximum value for the gauge.
  56.     Defaults to 100.
  57.  
  58.     SEE ALSO
  59.     MUIA_Gauge_Current
  60.